home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / 002.dir / 00220.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  160 b   |  11 lines

  1. on exitFrame
  2.   if the timer < (3 * 60) then
  3.     go(the frame - 1)
  4.   else
  5.     puppetSound(0)
  6.     go("main.2")
  7.     set roll_me to 0
  8.     startTimer()
  9.   end if
  10. end
  11.